MiniConfig

Minimal config to setup path to config file and workdir.

Members

Variables

confFile
AbsolutePath confFile;

The configuration file that has been loaded

rawConfFile
string rawConfFile;

Value from the user via CLI, unmodified.

rawWorkDir
string rawWorkDir;

Value from the user via CLI, unmodified.

workDir
AbsolutePath workDir;

Converted to an absolute path.

Meta